home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / gambo / k_rdoor.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1995-02-13  |  193 b   |  11 lines

  1. on exitFrame
  2.   if rollOver(1) then
  3.     cursor([800, 801])
  4.     set the mouseDownScript to "go to frame 7"
  5.   else
  6.     cursor(-1)
  7.     set the mouseDownScript to EMPTY
  8.   end if
  9.   go(the frame)
  10. end
  11.